From 91b0ab85f6957b3935fecdc21c165cdb6aee5bd0 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 5 May 2010 02:37:26 +0000 Subject: [PATCH] package/grub: disable curses support SVN-Revision: 21367 --- package/grub/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/grub/Makefile b/package/grub/Makefile index f6b81b7984..221269ba41 100644 --- a/package/grub/Makefile +++ b/package/grub/Makefile @@ -31,9 +31,11 @@ define Package/grub DEPENDS:=@TARGET_x86 endef + MY_CONFIGURE_ARGS += \ --disable-auto-linux-mem-opt \ --disable-hercules \ + --without-curses \ MY_CONFIGURE_VARS += \ grub_cv_prog_objcopy_absolute=yes \ -- 2.30.2